const text/template/parse.rightComment

3 uses

	text/template/parse (current package)
		lex.go#L266: 	rightComment = "*/"
		lex.go#L346: 	x := strings.Index(l.input[l.pos:], rightComment)
		lex.go#L350: 	l.pos += Pos(x + len(rightComment))